home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / mpega_libmad.lha / mpega_libmad / FAQ < prev    next >
Text File  |  2001-12-18  |  1KB  |  28 lines

  1. Q: Why is the 68k library so slow?
  2. A: Because. ;)
  3.  
  4. Q: How can I make it faster?
  5. A: Try the lowest quality-level (esp. if you use freqdiv or freqmax).
  6.  
  7. Q: Why is there no .060 version?
  8. A: Because there's really no point, nothing is gained by this.
  9.  
  10. Q: What about the emulated mulu.l calls on 060?
  11. A: You noticed that, huh? ;) Well, GCC produces divul.l calls instead if I
  12.    compile for 060, so that gets us just as far...
  13. A: It's recommended that you run CyberPatcher/OxyPatcher or similar to
  14.    avoid the impact of this.
  15.  
  16. Q: I have this mpeg-audio file and it refuses to play!
  17. A: Try the medium quality-level (turns off CRC), if that doesn't work,
  18.    please contact me (and arrange for transferring a small snippet of it).
  19.  
  20. Q: MAD's dithering sucks! How do I turn it off?
  21. A: Really? Well, try the medium quality-level...
  22.  
  23. Q: There's this mpeg-audio file which produces really crap distortions in
  24.    certain parts of the audio, what do I do?
  25. A: Well, this could be a crap encoding, but it could also be that the audio
  26.    doesn't quite fit in the output-range, try using the scale option, and
  27.    lower it to about 80% (or maybe even lower)...
  28.